Collection view which takes another collection as source.
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public Class C1WrapCollectionView(Of As Class)
Inherits C1WrapCollectionView(Of T,T)
Implements ICollectionView(Of T), ISupportAsyncLoading(Of T), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
[DefaultMember("Item")]
public class C1WrapCollectionView<> : C1WrapCollectionView<T,T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
where T: class
Type Parameters
- T
- The type of the items in the collection view.
Inheritance Hierarchy
See Also